home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
NuBus.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
70 lines
/*
File: NuBus.idl
Contains: NuBus I/O Interfaces
Version: Technology: xxx Put version info here xxx
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __NUBUS_IDL__
#define __NUBUS_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __TYPES_IDL__
#include <Types.idl>
#endif
#ifndef __SLOTS_IDL__
#include <Slots.idl>
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM8_PREEMPTIVE
/*
*
* kSpaceCode -
*
* Bitfield definitions for the "reg" and "assigned-adderesses"
* properties found in the device portion of the NameRegistry
*
*/
typedef UInt32 EncodeInt;
typedef SOMLargeStruct EncodePhys; /* Derived from a struct of 12 bytes in size */
typedef SOMLargeStruct EncodeSize; /* Derived from a struct of 8 bytes in size */
/*
* PropertyReg & PropertyAssignedAddresses -
*
* The struct format definitions for the "reg" and
* "assigned-addresses" NameRegistry properties.
*
*/
typedef SOMLargeStruct PropertyReg; /* Derived from a struct of 20 bytes in size */
typedef SOMLargeStruct MotherboardReg; /* Derived from a struct of 8 bytes in size */
/*
* Family service category and name declarations
* (that's it for now)
*
*/
#endif
#endif /* __SOMIDL__ */
#endif /* __NUBUS_IDL__ */